Frame: minor update to intro docs
authorDaniel Boles <dboles@src.gnome.org>
Mon, 6 Mar 2017 07:24:17 +0000 (07:24 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 6 Mar 2017 07:25:08 +0000 (07:25 +0000)
This incorporates a couple of recent tweaks from gtk-3-22.

gtk/gtkframe.c

index 8489730e39e63babbdfdd0fb61546cc264dacb99..9c7ec9392c3437a233326f1f05c4af528cf34dcf 100644 (file)
@@ -79,8 +79,9 @@
  * ]|
  *
  * GtkFrame has a main CSS node with name frame. This node can be given the
- * style class .flat, which disables drawing of the border, equivalent to
- * calling gtk_frame_set_shadow_type() with GTK_SHADOW_NONE.
+ * style class .flat, which is used by themes to disable drawing of the border.
+ * Another way to do this in code is to call gtk_frame_set_shadow_type() with
+ * GTK_SHADOW_NONE to add the .flat class or any other shadow type to remove it.
  */
 
 struct _GtkFramePrivate